home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 May / may_2001.iso / intercd / root / Multimedia / ^DivX_Article / DivX / VFW4048src / src / DivX4Windows.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-02-10  |  1.3 KB  |  46 lines

  1. // DivX4Windows.h : main header file for the DIVX4WINDOWS DLL
  2. //
  3.  
  4. #if !defined(AFX_DIVX4WINDOWS_H__DA17B567_5C58_45F7_8A4B_1C9CA8038575__INCLUDED_)
  5. #define AFX_DIVX4WINDOWS_H__DA17B567_5C58_45F7_8A4B_1C9CA8038575__INCLUDED_
  6.  
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10.  
  11. #ifndef __AFXWIN_H__
  12.     #error include 'stdafx.h' before including this file for PCH
  13. #endif
  14.  
  15. #include "resource.h"        // main symbols
  16.  
  17. /////////////////////////////////////////////////////////////////////////////
  18. // CDivX4WindowsApp
  19. // See DivX4Windows.cpp for the implementation of this class
  20. //
  21.  
  22. class CDivX4WindowsApp : public CWinApp
  23. {
  24. public:
  25.     CDivX4WindowsApp();
  26.  
  27. // Overrides
  28.     // ClassWizard generated virtual function overrides
  29.     //{{AFX_VIRTUAL(CDivX4WindowsApp)
  30.     //}}AFX_VIRTUAL
  31.  
  32.     //{{AFX_MSG(CDivX4WindowsApp)
  33.         // NOTE - the ClassWizard will add and remove member functions here.
  34.         //    DO NOT EDIT what you see in these blocks of generated code !
  35.     //}}AFX_MSG
  36.     DECLARE_MESSAGE_MAP()
  37. };
  38.  
  39.  
  40. /////////////////////////////////////////////////////////////////////////////
  41.  
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44.  
  45. #endif // !defined(AFX_DIVX4WINDOWS_H__DA17B567_5C58_45F7_8A4B_1C9CA8038575__INCLUDED_)
  46.